home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / HTMLControl$Customizer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  821 b   |  17 lines

  1. package icontrols;
  2.  
  3. import com.ms.wd.app.IMessageFilter;
  4. import com.ms.wd.core.Customizer;
  5.  
  6. public class HTMLControl$Customizer extends Customizer {
  7.    HTMLControl component;
  8.  
  9.    public HTMLControl$Customizer(Object component) {
  10.       this.component = (HTMLControl)component;
  11.    }
  12.  
  13.    public IMessageFilter getMessageFilter() {
  14.       return new HTMLControl.MessageForwarder(this.component);
  15.    }
  16. }
  17.